From 953aa45c047efa4f84485e6a8aa5c26164cde816 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 25 Oct 2015 18:53:56 -0400 Subject: [PATCH] label docs: Mention common style classes Mention some of the style classes that are commonly used with labels. --- gtk/gtklabel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index e10558f715..e669ed9b45 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -73,7 +73,9 @@ * * # CSS nodes * - * GtkLabel has a single CSS node with the name label. + * GtkLabel has a single CSS node with the name label. A wide variety + * of style classes may be applied to labels, such as .title, .subtitle, + * .dim-label, etc. * * # GtkLabel as GtkBuildable * -- 2.30.2